DispatchMouseEventRequest
data class DispatchMouseEventRequest(type: String, x: Double, y: Double, modifiers: Int?, timestamp: TimeSinceEpoch?, button: MouseButton?, buttons: Int?, clickCount: Int?, force: Double?, tangentialPressure: Double?, tiltX: Int?, tiltY: Int?, twist: Int?, deltaX: Double?, deltaY: Double?, pointerType: String?)
Content copied to clipboard
Represents request frame that can be used with Input#dispatchMouseEvent operation call.
Dispatches a mouse event to the page.
See also
Constructors
DispatchMouseEventRequest
Link copied to clipboard
fun DispatchMouseEventRequest(type: String, x: Double, y: Double, modifiers: Int? = null, timestamp: TimeSinceEpoch? = null, button: MouseButton? = null, buttons: Int? = null, clickCount: Int? = null, force: Double? = null, tangentialPressure: Double? = null, tiltX: Int? = null, tiltY: Int? = null, twist: Int? = null, deltaX: Double? = null, deltaY: Double? = null, pointerType: String? = null)
Content copied to clipboard
Properties
button
Link copied to clipboard
clickCount
Link copied to clipboard
pointerType
Link copied to clipboard
tangentialPressure
Link copied to clipboard
timestamp
Link copied to clipboard